home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / tcp / Socks5.lha / Socks5 / src / lib / msg.h < prev    next >
C/C++ Source or Header  |  1999-03-10  |  804b  |  23 lines

  1. /* Copyright (c) 1995-1999 NEC USA, Inc.  All rights reserved.               */
  2. /*                                                                           */
  3. /* The redistribution, use and modification in source or binary forms of     */
  4. /* this software is subject to the conditions set forth in the copyright     */
  5. /* document ("Copyright") included with this distribution.                   */
  6.  
  7. /*
  8.  * $Id: msg.h,v 1.13.4.1 1999/02/03 22:35:16 steve Exp $
  9.  */
  10.  
  11. #ifndef MSG_H
  12. #define MSG_H
  13.  
  14. extern int S5IORecv  P((S5IOHandle, S5IOInfo *, char *, int, int, int, double *));
  15. extern int S5IOSend  P((S5IOHandle, S5IOInfo *, char *, int, int, int, double *));
  16. extern int S5IOCheck P((S5IOHandle));
  17.  
  18. #define S5_IOFLAGS_NBYTES  0x01
  19. #define S5_IOFLAGS_TIMED   0x02
  20. #define S5_IOFLAGS_RESTART 0x04
  21.  
  22. #endif
  23.